<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / Add Method / Add(String[]) Method
One or more field names to add to the list.

In This Topic
    Add(String[]) Method
    In This Topic
    Adds an existing C1OlapField to the list.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal ParamArray fieldNames() As String _
    ) 
    public void Add( 
       params string[] fieldNames
    )

    Parameters

    fieldNames
    One or more field names to add to the list.
    See Also